-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross compile replace Stream with LazyList on Scala 2.13 #2904
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2904 +/- ##
==========================================
- Coverage 94.2% 94.17% -0.03%
==========================================
Files 368 370 +2
Lines 6949 6952 +3
Branches 309 307 -2
==========================================
+ Hits 6546 6547 +1
- Misses 403 405 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
LazyList
as a type alias forStream
on Scala 2.12- to support cross compilationStreamXXXX
.LazyList
(all the credit goes to @johnynek )